www.gusucode.com > AspFaq在线帮助系统 V1.0 > AspFaq在线帮助系统 V1.0\code\admin\Images\Style.css

    @charset "utf-8";

/* 定义 *************************************************************************************/
html,body
{
	margin:0;
	padding:0;
	height                           : 100.1%;/* 只是为了FF也能始终显示滚动条 */
}
body
{
	font-family:tahoma,arial, helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:left;
	background-color:#F2F2F2;
	

}
a:link,
a:visited
{
	color:#666666;
	text-decoration:none;
}

a:hover,
a:active
{
	color:#4163A2;
	text-decoration:underline;
}

i,
em
{
	font-style:normal;
}
i
{
	color:green;
}
em
{
	color:red;
}
form{ margin:0;padding:0;}
input,textarea,select{margin-right:5px;border: 1px solid #777;font-size: 12px;}
.checkbox{margin-bottom:-1px;margin-right:0px;border: 0px;}
input{padding-top:4px;padding-bottom:2px;}
.bt{padding-top:4px;height:23px;background:#fff url(b.png) repeat-x;}
.bt2{padding:4px 15px 2px;margin-left:60px;height:40px;font-weight:bold;background:#fff;}
/* 全局 *************************************************************************************/
#wrap
{
	width:980px;
	margin:0 auto;
}

/* 顶部 *************************************************************************************/
#head
{
	margin:0 auto;
}
/* 信息 */
#head #top
{
	margin:0;
	padding: 20px 0px 0 15px;
	background-image: url("bg_header.png");
	background-repeat: repeat-x;
	height: 30px;
}
#head #top li
{
	display: inline;
	list-style: none;
}
#head #top span
{
	float:right;
}
#head #top #blogger img
{
margin:-20px 0px 0px 0px;
}
#head #top #blogger span
{
float:left;
margin:-30px 0px 0px 120px;
}
#head #top #blog
{
	background-image:url(bg_menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#head #top #blog span
{
	background-image:url(bg_menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#head #top #blog span a
{
	margin-right: 10px;
	padding-right: 20px;
	color: #517DB9;
	font-weight: bold;
	background-image:url(img_to_my_blog.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#head #top #logout a
{
	margin-right: 15px;
	padding-right: 20px;
	color: #517DB9;
	background-image:url(img_logout.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* 菜单 */
#head #menu
{
	margin:0;
	padding:10px 15px 2px;
	background:url(bg_menu.png) repeat-x;
	height: 25px;
}
#head #menu li
{
	display: inline;
	list-style: none;
	color: #fff;
}
#head #menu li span
{
	float:right;
	padding-right: 17px;
	background-image:url(img_helper.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#head #menu li a
{
	padding:0px 5px;
	color: #fff;
}
#head #menu li .selected
{
	margin-top:500px;
	padding:12px 8px 10px 8px !important;
	padding:10px 8px 11px 8px;
	position:relative;
	background-color                 : #6881B8;
	background-image                 : url("bg_menu_selected.png");
	background-position              : center bottom;
	background-repeat                : repeat-x;
	font-weight                      : bold;
}
/* 二级菜单 */
#head #nav
{
	margin:0 0 0 -2px;
	padding:5px 20px 6px 0px;
}
#head #nav li
{
	display: inline;
	list-style: none;
	background-image                 : url("bg_submenu_divider.png");
	background-position              : left center;
	background-repeat                : no-repeat;
	padding-left:8px;
	padding-right:6px;
}
#head #nav li .selected
{
	color:#000;
	font-weight: bold;
}
/* 内容 *************************************************************************************/
#main
{
	float                            : left;
	clear: both;
	width: 980px;
	margin:0;
	padding:0;
	background-color: #FFF;
	background-image: url("bg_body_top.png");
	background-position: center top;
	background-repeat: repeat-x;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
#main h2
{
	background-color: #D2D2CC;
	background-image: url("bg_title_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
	height: 30px;
	font-size: 12px;
	font-weight: normal;
	margin:10px;
	overflow: hidden;
	padding-left: 35px;
}
#main h2 span
{
	background-color: #D2D2CC;
	background-image: url("bg_title_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding-top: 8px;
}
#main h4
{margin:0 0 5px 0;
padding:0 0 5px 0;
	color: #4572B2;
	font-size: 12px;
	border-bottom: 2px solid #e1e1e1;

}
#main .err,
#main .explain
{
	padding: 0px 20px 5px;
}
#main .explain span
{
	float: right;
}
#main .mdb li
{
	border                    : 0px;
	background-position              : 1500px center;
	padding: 3px 10px 4px 130px;
}
#main .mdb span
{
	float:left;position:absolute;
	border: 1px solid #000;
	padding:10px 25px;
	margin-left:-120px;
	text-align: center;
}
#main .mdb span img
{border                    : 0px;
	padding-bottom:3px;
}
#main .dbinfo
{
	border: 3px solid #e3e3e3;
	margin: 0px 20px 5px;
	padding:10px;
}
/* 内容全 *************************************************************************************/
#bcmscontent
{
margin:0;
padding: 0 0 10px 0;
background-color: #FFF;
}
#bcmscontent ul
{
margin:0 20px;
padding: 0;
}
#bcmscontent li
{
	list-style: none;
	background-position              : 15px center;
	background-repeat                : no-repeat;
	border-bottom                    : 1px solid #ddd;
	text-align                       : left;
	padding: 6px 10px 7px 10px;
}
#bcmscontent .post li
{
	list-style: none;
	background-position              : 15px center;
	background-repeat                : no-repeat;
	border-bottom                    : 0px;
	text-align                       : left;
	padding: 4px 10px 4px 10px;
}
#bcmscontent li span
{
	float: right;
	border-left: 1px solid #ddd;
	margin:-7px 0px -8px 0px;
	padding: 7px 0px 8px 0px;
	text-align                       : center;
}
#bcmscontent b
{
	float: right;
	font-weight: normal;
}
#bcmscontent .title
{
	border-top                    : 1px solid #ddd;
	background-color: #F3f3f1;
}
#bcmscontent .xtitle
{
	background-color: #F9f9f9;
}
#bcmscontent .info
{
	border-top : 1px solid #bbb;
	background-color: #F3f3f1;
	margin:2px 20px 10px 20px;
	padding: 7px 10px 10px 0px;
	text-align                       : right;
}
#bcmscontent .skin{float: left;margin:0 10px 0px 0px;padding:0 0 10px 0;width: 95%;}
#bcmscontent .skin ul{border: 1px solid #ddd;background:#fff;float: left;margin:10px;padding:5px;width: 45%;}
#bcmscontent .skin img{border: 1px solid #ddd;padding:1px}
#bcmscontent .skin #def{border: 1px solid #c00;background:#ffc;}
#bcmscontent .skin #def img{border: 1px solid #c00;padding:1px;}
#bcmscontent .skin li{border: 0px;padding:6px;padding-left:13px;}

#bcmscontent .ftplist{float:left;margin:0;padding:0;width: 980px;}
#bcmscontent .ftplist .pathdir{width: 925px;position:relative;padding:5px;margin:0 20px;border-top:1px solid #ddd;background-color: #F3f3f1;}
#bcmscontent .ftplist .pathdir span{float: right;}
#bcmscontent .ftplist li {border: 0;list-style-image: none; list-style-type: none; float: left; text-align: center; padding:15px 15px 10px 15px; }
#bcmscontent .ftplist .img { border: 1px solid #ECF7D9; padding: 21px; }
#bcmscontent .ftplist .img img { border: 0px; height:60px; width:60px; }
#bcmscontent .ftplist .txt { width: 100px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; padding-top: 5px; }
/* 内容左 *************************************************************************************/
#content-left
{
float                            : left;
width: 330px;
}
#content-left h3
{
	font-size                        : 12px;
	background-image                 : url("bg_dashboard_header.png");
	height                           : 32px;
	margin:0 10px 0 20px;padding-top: 8px;height: 22px;padding-left: 25px;font-weight: normal;
}
#content-left ul
{
margin:0 10px 0 20px;
padding: 0;
}
#content-left li
{
	list-style: none;
	background-image                 : url("icon_newPost.gif");
	background-position              : 15px center;
	background-repeat                : no-repeat;
	border-bottom                    : 1px solid #EEEEEE;
	padding                          : 6px 10px 5px 32px;
	text-align                       : left;
}
/* 内容右 *************************************************************************************/
#content-right
{
float: right;
width: 650px;
}
#content-right h3
{
	font-size: 12px;
	background-image: url("bg_dashboard_header2.png");
	height: 32px;
	margin:0 20px 0 10px;padding-top: 8px;height: 22px;padding-left: 25px;font-weight: normal;
}
#content-right ul
{
padding: 0;
margin:0 20px 0 10px;
}
#content-right li
{
	list-style: none;
	border-bottom                    : 1px solid #EEEEEE;
	padding                          : 6px 10px 5px 10px;
	text-align                       : left;
}
#content-right li span
{
	float: right;
}
/* 底部 *************************************************************************************/
#loginbar
{
width: 100%;
margin:0 auto;
padding: 0 0 155px 0;
background:url(bg_login.png) repeat-x;
}
#login
{
width: 600px;
margin:0 auto;
padding: 0;
}
#Bottom {
width:600px;
margin:0 auto;
text-align:center;
line-height:25px;
margin-top:50px;
}
#login-left
{
float: left;
background:url(logo_tattertools.png) no-repeat;
background-position:0px right;
margin-top:30px;
width: 250px;
margin-right:10px;
padding-bottom:100px;
}
#login-right
{
width: 240px;
float: left;
padding-left:80px;
background:url(bg_login_border.png) repeat-y;
}
#login-right p
{
margin:0;
padding: 5px 0;
}
#login-msg
{
margin:195px auto 0 !important;
margin:0 auto;
width: 440px;
background-color: #F1f1f1;
padding: 6px 0;
text-align                       : center;
}
/* 底部 *************************************************************************************/
#foot
{
	clear: both;
	width: 980px;
	margin:0 auto;
	padding:0;
	background-color: #F2F2F2;
	background-image: url("bg_body_bottom.png");
	background-position: center top;
	background-repeat: repeat-x;
	padding                          : 10px 0px;
	text-align                       : center;
}
#show_go {
    position:absolute;
	right:0px;
	top:0px;
	line-height:20px;
	border:1px solid #A5BAC6;
	background-color:#809FCB;
	color:#FFFFFF;
	text-align:center;
	width:90px;
    z-index:1000;
}
.TempletImg {
    width:250px;
	height:158px;
	border:1px solid #999999;
	text-align:center;
	float:left;
	margin-left:30px;
	margin-bottom:20px;
}
.UseTempletImg {
	border:1px solid #FF9900;
	background-color:#FFCC33;
}
img {
    border:none;
}
#Html {
    width:400px;
	height:100px;
	border:1px solid #666666;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}
.a1:link,.a1:visited {
    color:#FF0000;
}